Trivial: reword docs a bit
authorMatthias Clasen <mclasen@redhat.com>
Fri, 26 Sep 2014 23:24:00 +0000 (19:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 26 Sep 2014 23:24:00 +0000 (19:24 -0400)
gtk/gtkgesture.c

index 6829a56aa6264e1e9529ddf47f840b0ea9cff1ef..fb913aa26059f4105cb3dc3766eb63030661afec 100644 (file)
@@ -66,8 +66,8 @@
  * ## States of a sequence # {#touch-sequence-states}
  *
  * Whenever input interaction happens, a single event may trigger a cascade of
- * #GtkGestures, both across the parents of the widget receiving the
- * event and parallelly within an individual widget. It is a responsibility of the
+ * #GtkGestures, both across the parents of the widget receiving the event and
+ * in parallel within an individual widget. It is a responsibility of the
  * widgets using those gestures to set the state of touch sequences accordingly
  * in order to enable cooperation of gestures around the #GdkEventSequences
  * triggering those.